home *** CD-ROM | disk | FTP | other *** search
- @Echo off
-
- REM This .CMD file creates the the complete set of diskettes required
- REM to install OS/2 from diskette.
- REM
-
- REM Display Installation Instructions
-
- CLS
- ECHO Welcome to OS/2.
- ECHO ...
- ECHO To install this version of OS/2 from diskette,
- ECHO you must first create a complete set of installation diskettes.
- ECHO Follow the directions on your screen to create
- ECHO these diskettes.
- ECHO ...
- ECHO To QUIT, press Ctrl+C.
- ECHO ...
- PAUSE
- CLS
-
- REM Test for CDROM
-
- IF EXIST \DISKIMGS\LOADDSKF.EXE GOTO TESTXDF
-
- ECHO This program must be started from your CD-ROM Drive.
-
- GOTO EXIT
-
- :TESTXDF
-
- IF EXIST \DISKIMGS\XDFCOPY.EXE GOTO START
-
- ECHO This program must be started from your CD-ROM Drive.
-
- GOTO EXIT
-
-
- :START
-
- REM OK, we are going to create the disks.
-
- ECHO Label a blank diskette "Installation Diskette" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO Installation Diskette.
- \DISKIMGS\LOADDSKF %1\DISKIMGS\OS2\35\DISK0.DSK A: /Y/Q/F
- IF ERRORLEVEL 1 GOTO BAD
-
- CLS
- ECHO Label a blank diskette "OS/2 Diskette 1" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Diskette 1.
- \DISKIMGS\LOADDSKF %1\DISKIMGS\OS2\35\DISK1.DSK A: /Y/Q/F
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Diskette 2" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Diskette 2.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK2.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Diskette 3" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Diskette 3.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK3.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Diskette 4" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Diskette 4.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK4.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Diskette 5" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Diskette 5.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK5.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Diskette 6" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Diskette 6.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK6.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Diskette 7" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Diskette 7.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK7.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Diskette 8" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Diskette 8.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK8.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Diskette 9" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Diskette 9.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK9.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Diskette 10" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Diskette 10.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK10.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Diskette 11" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Diskette 11.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK11.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Diskette 12" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Diskette 12.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK12.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Diskette 13" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Diskette 13.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK13.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Printer Drivers Diskette 1" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Printer Drivers Diskette 1.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\PMDD1.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Printer Drivers Diskette 2" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Printer Drivers Diskette 2".
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\PMDD2.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Printer Drivers Diskette 3" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Printer Drivers Diskette 3.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\PMDD3.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Display Drivers Diskette 1" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Display Drivers Diskette 1.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISP1.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Display Drivers Diskette 2" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Display Drivers Diskette 2.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISP2.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Display Drivers Diskette 3" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Display Drivers Diskette 3.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISP3.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
- CLS
- ECHO Label a blank diskette "OS/2 Display Drivers Diskette 4" and
- ECHO insert it into Drive A:
- PAUSE
- ECHO Now creating the
- ECHO OS/2 Display Drivers Diskette 4.
- \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISP4.DSK A:
- IF ERRORLEVEL 1 GOTO BAD
- CLS
- ECHO Please remove the diskette from Drive A:
- Pause
-
-
- CLS
- ECHO To install OS/2:
-
- ECHO 1) Re-insert the Installation Diskette in Drive A:
- ECHO 2) Press Ctrl, Alt, and Del to restart your computer.
- ECHO 3) After restarting your computer, follow the
- ECHO instructions on your screen.
-
- GOTO EXIT
-
- :BAD
- ECHO A problem occured while creating the installation
- ECHO diskettes. Refer to the README.INS file located in
- ECHO the root directory on the CD-ROM for additional help.
-
- :EXIT
-
-